home *** CD-ROM | disk | FTP | other *** search
- global sc, gTimer
-
- on prepareMovie
- global gSwaMiaw
- tell window("miaw")
- member("loop").volume = 0
- pause(member("loop"))
- updateStage()
- end tell
- end
-
- on startMovie
- cursor(0)
- set the timeoutLength to 5 * 60 * 60
- end
-
- on soundchoice me
- if sc = 1 then
- set the soundLevel to 7
- sc = 0
- else
- set the soundLevel to 0
- sc = 1
- end if
- end
-
- on timeout
- play movie "show.dir"
- end
-